2.5 beta 9
- New commandline interface, most commands been reworked.
Notice:
1. that most commands now support shortvariants such as /pl /h /mi /ki panz
2. no more ":" being used in commands, only " " a space to separate the words.
Full online help for all commands. See more detail online, /help, /help admin, /help mission
NOTE: Help will ONLY list the commands a user has permission to use. Admins will have more commands and help available.
---
- Kick, ban, playerlist, vote-kick all now supports names, or parts of names
A few commands also supports multiple names/id in one go.
Where 'namefilters' can be used, such as in /players, it will list only the players which is matching the filter.
Check /k ? /pl ? /v ? for more details.
---
- New commands: /whoami and /who <id>|namefilter
See /who ? fore more details.
---
- Squad-login mode, one username and password for the full squad.
Can also check that the member is using the correct tags in his name before allowing him to log on.
Squad members will become mini-admins, just a few commands short of full admin.
See /log ? more more details.
See SERVERCONFIG.LUA and Squad section for configuration.
---
- conf_serverconfig.lua: Kicklevel=number
Decides which accesslevel servman are allowed to kick. There are 5 levels.
0 = anon, 1 = friend (not used yet), 2 = squadmember, 3 = admin, 4 = superadmin
If kicklevel is set to 2, kicks & bans will reach out and touch squad-members and those below.
---
- Save and load Server-config to a separate file.
/save conf
Will save the current server configuration to "conf_serverconfig.lua". This will become your custom config file which
can be loaded again by using:
/load conf
Note: To load server-defaults, use /reinit
Note2: Server always loads DEFAULTS at startup.
You then have to use /load conf to get your custom config if thats what you wish.
---

2.1.6
- Internal build. Servman moved out of \Scripts\net into \Scripts\Addons\Servman2
- Started working on the new command interface.

2.1.5
- Quickfix: Onscreen Warning when there are syntax errors in Serverconfig.lua
Previously the server would have suffered quietly.


